Html Css Color HEX #136627 Crusoe

📋 copy color: '#136627'

red 19 ◦ green 102 ◦ blue 39

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

Shades of Crusoe #136627

Tints of Crusoe #136627

RGB

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

 GREEN value IS 102 (40.23% from 255) = 63.75%

 BLUE value IS 39 (15.63% from 255) = 24.38%

R = 11.88%
G = 63.75%
B = 24.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#136627 (or 0x136627) is known color: Crusoe. HEX triplet: 13, 66 and 27. RGB value is (19,102,39). Sum of RGB (Red+Green+Blue) = 19+102+39=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 102 (40.23% from 255 or 63.75% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 102 - color contains mainly: green. Hex color #136627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136627 is #EC99D8. Grayscale: #464646. Windows color (decimal): -15505881 or 2582035. OLE color: 2582035.

HSL color Cylindrical-coordinate representation of color #136627: hue angle of 134.46º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136627 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 39 -
CMYK 0.81 0 0.62 0.6
HSL 134.46º 0.69% 0.24% -
HSV(B) 134.46º 0.81% 0.4% -
XYZ 5.39 9.79 3.52 -
YUV 70 110.5 91.62 -
System Red Green Blue C M Y K H S L
Decimal 19 102 39 0.81 0 0.62 0.6 134.46 0.69 0.24
Hex 13 66 27 51 0 3E 3C 86 45 18
Octal 23 146 47 121 0 76 74 206 105 30
Binary 10011 1100110 100111 1010001 0 111110 111100 10000110 1000101 11000

Color Harmonies of #136627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136627

Black with #136627

Text Example


Text Example

White with #136627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136627; }

 p { color: rgb(19,102,39); }

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

background-color css

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

 a { background-color: rgb(19,102,39); }

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

border-color css

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

 span { border-color: rgb(19,102,39); }

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