Html Css Color HEX #195933 Crusoe

📋 copy color: '#195933'

red 25 ◦ green 89 ◦ blue 51

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

Shades of Crusoe #195933

Tints of Crusoe #195933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.94%

 BLUE value IS 51 (20.31% from 255) = 30.91%

R = 15.15%
G = 53.94%
B = 30.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#195933 (or 0x195933) is known color: Crusoe. HEX triplet: 19, 59 and 33. RGB value is (25,89,51). Sum of RGB (Red+Green+Blue) = 25+89+51=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #195933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195933 is #E6A6CC. Grayscale: #414141. Windows color (decimal): -15115981 or 3365145. OLE color: 3365145.

HSL color Cylindrical-coordinate representation of color #195933: hue angle of 144.38º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195933 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 89 51 -
CMYK 0.72 0 0.43 0.65
HSL 144.38º 0.56% 0.22% -
HSV(B) 144.38º 0.72% 0.35% -
XYZ 4.57 7.59 4.36 -
YUV 65.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 25 89 51 0.72 0 0.43 0.65 144.38 0.56 0.22
Hex 19 59 33 48 0 2B 41 90 38 16
Octal 31 131 63 110 0 53 101 220 70 26
Binary 11001 1011001 110011 1001000 0 101011 1000001 10010000 111000 10110

Color Harmonies of #195933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195933

Black with #195933

Text Example


Text Example

White with #195933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195933; }

 p { color: rgb(25,89,51); }

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

background-color css

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

 a { background-color: rgb(25,89,51); }

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

border-color css

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

 span { border-color: rgb(25,89,51); }

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