Html Css Color HEX #196125 Crusoe

📋 copy color: '#196125'

red 25 ◦ green 97 ◦ blue 37

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

Shades of Crusoe #196125

Tints of Crusoe #196125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.01%

 BLUE value IS 37 (14.84% from 255) = 23.27%

R = 15.72%
G = 61.01%
B = 23.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#196125 (or 0x196125) is known color: Crusoe. HEX triplet: 19, 61 and 25. RGB value is (25,97,37). Sum of RGB (Red+Green+Blue) = 25+97+37=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #196125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196125 is #E69EDA. Grayscale: #444444. Windows color (decimal): -15113947 or 2449689. OLE color: 2449689.

HSL color Cylindrical-coordinate representation of color #196125: hue angle of 130º 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 #196125 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 97 37 -
CMYK 0.74 0 0.62 0.62
HSL 130º 0.59% 0.24% -
HSV(B) 130º 0.74% 0.38% -
XYZ 5.01 8.89 3.2 -
YUV 68.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 25 97 37 0.74 0 0.62 0.62 130 0.59 0.24
Hex 19 61 25 4A 0 3E 3E 82 3B 18
Octal 31 141 45 112 0 76 76 202 73 30
Binary 11001 1100001 100101 1001010 0 111110 111110 10000010 111011 11000

Color Harmonies of #196125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196125

Black with #196125

Text Example


Text Example

White with #196125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196125; }

 p { color: rgb(25,97,37); }

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

background-color css

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

 a { background-color: rgb(25,97,37); }

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

border-color css

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

 span { border-color: rgb(25,97,37); }

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