Html Css Color HEX #195029 Crusoe

📋 copy color: '#195029'

red 25 ◦ green 80 ◦ blue 41

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

Shades of Crusoe #195029

Tints of Crusoe #195029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 17.12%
G = 54.79%
B = 28.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#195029 (or 0x195029) is known color: Crusoe. HEX triplet: 19, 50 and 29. RGB value is (25,80,41). Sum of RGB (Red+Green+Blue) = 25+80+41=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #195029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195029 is #E6AFD6. Grayscale: #3B3B3B. Windows color (decimal): -15118295 or 2707481. OLE color: 2707481.

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

Color convert

RGB 25 80 41 -
CMYK 0.69 0 0.49 0.69
HSL 137.45º 0.52% 0.21% -
HSV(B) 137.45º 0.69% 0.31% -
XYZ 3.67 6.1 3.08 -
YUV 59.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 25 80 41 0.69 0 0.49 0.69 137.45 0.52 0.21
Hex 19 50 29 45 0 31 45 89 34 15
Octal 31 120 51 105 0 61 105 211 64 25
Binary 11001 1010000 101001 1000101 0 110001 1000101 10001001 110100 10101

Color Harmonies of #195029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195029

Black with #195029

Text Example


Text Example

White with #195029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195029; }

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

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

background-color css

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

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

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

border-color css

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

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

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