Html Css Color HEX #195D21 Crusoe

📋 copy color: '#195D21'

red 25 ◦ green 93 ◦ blue 33

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

Shades of Crusoe #195D21

Tints of Crusoe #195D21

RGB

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

 GREEN value IS 93 (36.72% from 255) = 61.59%

 BLUE value IS 33 (13.28% from 255) = 21.85%

R = 16.56%
G = 61.59%
B = 21.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#195D21 (or 0x195D21) is known color: Crusoe. HEX triplet: 19, 5D and 21. RGB value is (25,93,33). Sum of RGB (Red+Green+Blue) = 25+93+33=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 93 (36.72% from 255 or 61.59% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 93 - color contains mainly: green. Hex color #195D21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D21 is #E6A2DE. Grayscale: #424242. Windows color (decimal): -15114975 or 2186521. OLE color: 2186521.

HSL color Cylindrical-coordinate representation of color #195D21: hue angle of 127.06º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195D21 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 93 33 -
CMYK 0.73 0 0.65 0.64
HSL 127.06º 0.58% 0.23% -
HSV(B) 127.06º 0.73% 0.36% -
XYZ 4.59 8.15 2.77 -
YUV 65.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 25 93 33 0.73 0 0.65 0.64 127.06 0.58 0.23
Hex 19 5D 21 49 0 41 40 7F 3A 17
Octal 31 135 41 111 0 101 100 177 72 27
Binary 11001 1011101 100001 1001001 0 1000001 1000000 1111111 111010 10111

Color Harmonies of #195D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D21

Black with #195D21

Text Example


Text Example

White with #195D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195D21; }

 p { color: rgb(25,93,33); }

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

background-color css

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

 a { background-color: rgb(25,93,33); }

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

border-color css

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

 span { border-color: rgb(25,93,33); }

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