Html Css Color HEX #195227 Crusoe

📋 copy color: '#195227'

red 25 ◦ green 82 ◦ blue 39

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

Shades of Crusoe #195227

Tints of Crusoe #195227

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.16%

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

R = 17.12%
G = 56.16%
B = 26.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#195227 (or 0x195227) is known color: Crusoe. HEX triplet: 19, 52 and 27. RGB value is (25,82,39). Sum of RGB (Red+Green+Blue) = 25+82+39=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #195227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195227 is #E6ADD8. Grayscale: #3C3C3C. Windows color (decimal): -15117785 or 2576921. OLE color: 2576921.

HSL color Cylindrical-coordinate representation of color #195227: hue angle of 134.74º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195227 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 82 39 -
CMYK 0.70 0 0.52 0.68
HSL 134.74º 0.53% 0.21% -
HSV(B) 134.74º 0.7% 0.32% -
XYZ 3.78 6.39 2.95 -
YUV 60.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 25 82 39 0.70 0 0.52 0.68 134.74 0.53 0.21
Hex 19 52 27 46 0 34 44 87 35 15
Octal 31 122 47 106 0 64 104 207 65 25
Binary 11001 1010010 100111 1000110 0 110100 1000100 10000111 110101 10101

Color Harmonies of #195227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195227

Black with #195227

Text Example


Text Example

White with #195227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195227; }

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

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

background-color css

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

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

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

border-color css

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

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

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