Html Css Color HEX #196030 Crusoe

📋 copy color: '#196030'

red 25 ◦ green 96 ◦ blue 48

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

Shades of Crusoe #196030

Tints of Crusoe #196030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 14.79%
G = 56.8%
B = 28.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#196030 (or 0x196030) is known color: Crusoe. HEX triplet: 19, 60 and 30. RGB value is (25,96,48). Sum of RGB (Red+Green+Blue) = 25+96+48=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #196030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196030 is #E69FCF. Grayscale: #454545. Windows color (decimal): -15114192 or 3170329. OLE color: 3170329.

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

Color convert

RGB 25 96 48 -
CMYK 0.74 0 0.50 0.62
HSL 139.44º 0.59% 0.24% -
HSV(B) 139.44º 0.74% 0.38% -
XYZ 5.12 8.79 4.22 -
YUV 69.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 25 96 48 0.74 0 0.50 0.62 139.44 0.59 0.24
Hex 19 60 30 4A 0 32 3E 8B 3B 18
Octal 31 140 60 112 0 62 76 213 73 30
Binary 11001 1100000 110000 1001010 0 110010 111110 10001011 111011 11000

Color Harmonies of #196030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196030

Black with #196030

Text Example


Text Example

White with #196030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196030; }

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

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

background-color css

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

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

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

border-color css

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

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

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