Html Css Color HEX #135932 Crusoe

📋 copy color: '#135932'

red 19 ◦ green 89 ◦ blue 50

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

Shades of Crusoe #135932

Tints of Crusoe #135932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 56.33%

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

R = 12.03%
G = 56.33%
B = 31.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#135932 (or 0x135932) is known color: Crusoe. HEX triplet: 13, 59 and 32. RGB value is (19,89,50). Sum of RGB (Red+Green+Blue) = 19+89+50=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #135932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135932 is #ECA6CD. Grayscale: #3F3F3F. Windows color (decimal): -15509198 or 3299603. OLE color: 3299603.

HSL color Cylindrical-coordinate representation of color #135932: hue angle of 146.57º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135932 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 50 -
CMYK 0.79 0 0.44 0.65
HSL 146.57º 0.65% 0.21% -
HSV(B) 146.57º 0.79% 0.35% -
XYZ 4.42 7.51 4.24 -
YUV 63.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 19 89 50 0.79 0 0.44 0.65 146.57 0.65 0.21
Hex 13 59 32 4F 0 2C 41 93 41 15
Octal 23 131 62 117 0 54 101 223 101 25
Binary 10011 1011001 110010 1001111 0 101100 1000001 10010011 1000001 10101

Color Harmonies of #135932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135932

Black with #135932

Text Example


Text Example

White with #135932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135932; }

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

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

background-color css

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

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

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

border-color css

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

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

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