Html Css Color HEX #135533 Crusoe

📋 copy color: '#135533'

red 19 ◦ green 85 ◦ blue 51

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

Shades of Crusoe #135533

Tints of Crusoe #135533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 12.26%
G = 54.84%
B = 32.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#135533 (or 0x135533) is known color: Crusoe. HEX triplet: 13, 55 and 33. RGB value is (19,85,51). Sum of RGB (Red+Green+Blue) = 19+85+51=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #135533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135533 is #ECAACC. Grayscale: #3D3D3D. Windows color (decimal): -15510221 or 3364115. OLE color: 3364115.

HSL color Cylindrical-coordinate representation of color #135533: hue angle of 149.09º 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 #135533 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 51 -
CMYK 0.78 0 0.40 0.67
HSL 149.09º 0.63% 0.2% -
HSV(B) 149.09º 0.78% 0.33% -
XYZ 4.11 6.87 4.24 -
YUV 61.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 19 85 51 0.78 0 0.40 0.67 149.09 0.63 0.2
Hex 13 55 33 4E 0 28 43 95 3F 14
Octal 23 125 63 116 0 50 103 225 77 24
Binary 10011 1010101 110011 1001110 0 101000 1000011 10010101 111111 10100

Color Harmonies of #135533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135533

Black with #135533

Text Example


Text Example

White with #135533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135533; }

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

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

background-color css

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

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

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

border-color css

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

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

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