Html Css Color HEX #196027 Crusoe

📋 copy color: '#196027'

red 25 ◦ green 96 ◦ blue 39

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

Shades of Crusoe #196027

Tints of Crusoe #196027

RGB

 RED value IS 25 (10.16% from 255) = 15.63%

 GREEN value IS 96 (37.89% from 255) = 60%

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

R = 15.63%
G = 60%
B = 24.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#196027 (or 0x196027) is known color: Crusoe. HEX triplet: 19, 60 and 27. RGB value is (25,96,39). Sum of RGB (Red+Green+Blue) = 25+96+39=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #196027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196027 is #E69FD8. Grayscale: #444444. Windows color (decimal): -15114201 or 2580505. OLE color: 2580505.

HSL color Cylindrical-coordinate representation of color #196027: hue angle of 131.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196027 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 96 39 -
CMYK 0.74 0 0.59 0.62
HSL 131.83º 0.59% 0.24% -
HSV(B) 131.83º 0.74% 0.38% -
XYZ 4.95 8.72 3.34 -
YUV 68.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 25 96 39 0.74 0 0.59 0.62 131.83 0.59 0.24
Hex 19 60 27 4A 0 3B 3E 84 3B 18
Octal 31 140 47 112 0 73 76 204 73 30
Binary 11001 1100000 100111 1001010 0 111011 111110 10000100 111011 11000

Color Harmonies of #196027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196027

Black with #196027

Text Example


Text Example

White with #196027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196027; }

 p { color: rgb(25,96,39); }

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

background-color css

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

 a { background-color: rgb(25,96,39); }

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

border-color css

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

 span { border-color: rgb(25,96,39); }

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