Html Css Color HEX #136234 Crusoe

📋 copy color: '#136234'

red 19 ◦ green 98 ◦ blue 52

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

Shades of Crusoe #136234

Tints of Crusoe #136234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.99%

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

R = 11.24%
G = 57.99%
B = 30.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#136234 (or 0x136234) is known color: Crusoe. HEX triplet: 13, 62 and 34. RGB value is (19,98,52). Sum of RGB (Red+Green+Blue) = 19+98+52=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #136234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136234 is #EC9DCB. Grayscale: #454545. Windows color (decimal): -15506892 or 3432979. OLE color: 3432979.

HSL color Cylindrical-coordinate representation of color #136234: hue angle of 145.06º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136234 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 52 -
CMYK 0.81 0 0.47 0.62
HSL 145.06º 0.68% 0.23% -
HSV(B) 145.06º 0.81% 0.38% -
XYZ 5.26 9.12 4.73 -
YUV 69.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 19 98 52 0.81 0 0.47 0.62 145.06 0.68 0.23
Hex 13 62 34 51 0 2F 3E 91 44 17
Octal 23 142 64 121 0 57 76 221 104 27
Binary 10011 1100010 110100 1010001 0 101111 111110 10010001 1000100 10111

Color Harmonies of #136234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136234

Black with #136234

Text Example


Text Example

White with #136234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136234; }

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

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

background-color css

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

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

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

border-color css

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

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

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