Html Css Color HEX #195028 Crusoe

📋 copy color: '#195028'

red 25 ◦ green 80 ◦ blue 40

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

Shades of Crusoe #195028

Tints of Crusoe #195028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.17%

 BLUE value IS 40 (16.02% from 255) = 27.59%

R = 17.24%
G = 55.17%
B = 27.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#195028 (or 0x195028) is known color: Crusoe. HEX triplet: 19, 50 and 28. RGB value is (25,80,40). Sum of RGB (Red+Green+Blue) = 25+80+40=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #195028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195028 is #E6AFD7. Grayscale: #3B3B3B. Windows color (decimal): -15118296 or 2641945. OLE color: 2641945.

HSL color Cylindrical-coordinate representation of color #195028: hue angle of 136.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195028 is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 40 -
CMYK 0.69 0 0.5 0.69
HSL 136.36º 0.52% 0.21% -
HSV(B) 136.36º 0.69% 0.31% -
XYZ 3.65 6.1 2.99 -
YUV 59 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 25 80 40 0.69 0 0.5 0.69 136.36 0.52 0.21
Hex 19 50 28 45 0 32 45 88 34 15
Octal 31 120 50 105 0 62 105 210 64 25
Binary 11001 1010000 101000 1000101 0 110010 1000101 10001000 110100 10101

Color Harmonies of #195028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195028

Black with #195028

Text Example


Text Example

White with #195028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195028; }

 p { color: rgb(25,80,40); }

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

background-color css

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

 a { background-color: rgb(25,80,40); }

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

border-color css

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

 span { border-color: rgb(25,80,40); }

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