Html Css Color HEX #136334 Crusoe

📋 copy color: '#136334'

red 19 ◦ green 99 ◦ blue 52

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

Shades of Crusoe #136334

Tints of Crusoe #136334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.24%

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

R = 11.18%
G = 58.24%
B = 30.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#136334 (or 0x136334) is known color: Crusoe. HEX triplet: 13, 63 and 34. RGB value is (19,99,52). Sum of RGB (Red+Green+Blue) = 19+99+52=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #136334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136334 is #EC9CCB. Grayscale: #454545. Windows color (decimal): -15506636 or 3433235. OLE color: 3433235.

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

Color convert

RGB 19 99 52 -
CMYK 0.81 0 0.47 0.61
HSL 144.75º 0.68% 0.23% -
HSV(B) 144.75º 0.81% 0.39% -
XYZ 5.35 9.31 4.76 -
YUV 69.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 19 99 52 0.81 0 0.47 0.61 144.75 0.68 0.23
Hex 13 63 34 51 0 2F 3D 91 44 17
Octal 23 143 64 121 0 57 75 221 104 27
Binary 10011 1100011 110100 1010001 0 101111 111101 10010001 1000100 10111

Color Harmonies of #136334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136334

Black with #136334

Text Example


Text Example

White with #136334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136334; }

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

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

background-color css

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

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

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

border-color css

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

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

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