Html Css Color HEX #135534 Crusoe

📋 copy color: '#135534'

red 19 ◦ green 85 ◦ blue 52

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

Shades of Crusoe #135534

Tints of Crusoe #135534

RGB

 RED value IS 19 (7.81% from 255) = 12.18%

 GREEN value IS 85 (33.59% from 255) = 54.49%

 BLUE value IS 52 (20.7% from 255) = 33.33%

R = 12.18%
G = 54.49%
B = 33.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#135534 (or 0x135534) is known color: Crusoe. HEX triplet: 13, 55 and 34. RGB value is (19,85,52). Sum of RGB (Red+Green+Blue) = 19+85+52=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #135534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135534 is #ECAACB. Grayscale: #3D3D3D. Windows color (decimal): -15510220 or 3429651. OLE color: 3429651.

HSL color Cylindrical-coordinate representation of color #135534: hue angle of 150º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135534 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 52 -
CMYK 0.78 0 0.39 0.67
HSL 150º 0.63% 0.2% -
HSV(B) 150º 0.78% 0.33% -
XYZ 4.14 6.88 4.36 -
YUV 61.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 19 85 52 0.78 0 0.39 0.67 150 0.63 0.2
Hex 13 55 34 4E 0 27 43 96 3F 14
Octal 23 125 64 116 0 47 103 226 77 24
Binary 10011 1010101 110100 1001110 0 100111 1000011 10010110 111111 10100

Color Harmonies of #135534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135534

Black with #135534

Text Example


Text Example

White with #135534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135534; }

 p { color: rgb(19,85,52); }

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

background-color css

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

 a { background-color: rgb(19,85,52); }

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

border-color css

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

 span { border-color: rgb(19,85,52); }

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