Html Css Color HEX #195333 Crusoe

📋 copy color: '#195333'

red 25 ◦ green 83 ◦ blue 51

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

Shades of Crusoe #195333

Tints of Crusoe #195333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.2%

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

R = 15.72%
G = 52.2%
B = 32.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#195333 (or 0x195333) is known color: Crusoe. HEX triplet: 19, 53 and 33. RGB value is (25,83,51). Sum of RGB (Red+Green+Blue) = 25+83+51=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #195333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195333 is #E6ACCC. Grayscale: #3E3E3E. Windows color (decimal): -15117517 or 3363609. OLE color: 3363609.

HSL color Cylindrical-coordinate representation of color #195333: hue angle of 146.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195333 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 83 51 -
CMYK 0.70 0 0.39 0.67
HSL 146.9º 0.54% 0.21% -
HSV(B) 146.9º 0.7% 0.33% -
XYZ 4.09 6.63 4.2 -
YUV 62.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 25 83 51 0.70 0 0.39 0.67 146.9 0.54 0.21
Hex 19 53 33 46 0 27 43 93 36 15
Octal 31 123 63 106 0 47 103 223 66 25
Binary 11001 1010011 110011 1000110 0 100111 1000011 10010011 110110 10101

Color Harmonies of #195333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195333

Black with #195333

Text Example


Text Example

White with #195333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195333; }

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

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

background-color css

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

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

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

border-color css

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

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

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