Html Css Color HEX #438785 Paradiso

📋 copy color: '#438785'

red 67 ◦ green 135 ◦ blue 133

#438785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #438785

Tints of Paradiso #438785

RGB

 RED value IS 67 (26.56% from 255) = 20%

 GREEN value IS 135 (53.13% from 255) = 40.3%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 20%
G = 40.3%
B = 39.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#438785 (or 0x438785) is known color: Paradiso. HEX triplet: 43, 87 and 85. RGB value is (67,135,133). Sum of RGB (Red+Green+Blue) = 67+135+133=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #438785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438785 is #BC787A. Grayscale: #727272. Windows color (decimal): -12351611 or 8750915. OLE color: 8750915.

HSL color Cylindrical-coordinate representation of color #438785: hue angle of 178.24º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438785 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 135 133 -
CMYK 0.50 0 0.01 0.47
HSL 178.24º 0.34% 0.4% -
HSV(B) 178.24º 0.5% 0.53% -
XYZ 15.21 20.21 25.29 -
YUV 114.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 67 135 133 0.50 0 0.01 0.47 178.24 0.34 0.4
Hex 43 87 85 32 0 1 2F B2 22 28
Octal 103 207 205 62 0 1 57 262 42 50
Binary 1000011 10000111 10000101 110010 0 1 101111 10110010 100010 101000

Color Harmonies of #438785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438785

Black with #438785

Text Example


Text Example

White with #438785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438785; }

 p { color: rgb(67,135,133); }

 H1.HeaderClassName
 {
   color: #438785;
 }
 .AnyTagClassName
 {
   color: #438785;
 }
</style>

background-color css

<style>
 a { background-color: #438785; }

 a { background-color: rgb(67,135,133); }

 div.DivClassName
 {
   background-color: #438785;
 }
 .BgClassName
 {
   background-color: #438785;
 }
</style>

border-color css

<style>
 span { border-color: #438785; }

 span { border-color: rgb(67,135,133); }

 td.TdClassName
 {
   border-color: #438785;
 }
 .TagClassName
 {
   border-color: #438785;
 }
</style>