Html Css Color HEX #135532 Crusoe

📋 copy color: '#135532'

red 19 ◦ green 85 ◦ blue 50

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

Shades of Crusoe #135532

Tints of Crusoe #135532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.47%

R = 12.34%
G = 55.19%
B = 32.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#135532 (or 0x135532) is known color: Crusoe. HEX triplet: 13, 55 and 32. RGB value is (19,85,50). Sum of RGB (Red+Green+Blue) = 19+85+50=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #135532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135532 is #ECAACD. Grayscale: #3D3D3D. Windows color (decimal): -15510222 or 3298579. OLE color: 3298579.

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

Color convert

RGB 19 85 50 -
CMYK 0.78 0 0.41 0.67
HSL 148.18º 0.63% 0.2% -
HSV(B) 148.18º 0.78% 0.33% -
XYZ 4.09 6.87 4.13 -
YUV 61.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 19 85 50 0.78 0 0.41 0.67 148.18 0.63 0.2
Hex 13 55 32 4E 0 29 43 94 3F 14
Octal 23 125 62 116 0 51 103 224 77 24
Binary 10011 1010101 110010 1001110 0 101001 1000011 10010100 111111 10100

Color Harmonies of #135532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135532

Black with #135532

Text Example


Text Example

White with #135532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135532; }

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

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

background-color css

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

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

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

border-color css

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

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

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