Html Css Color HEX #195530 Crusoe

📋 copy color: '#195530'

red 25 ◦ green 85 ◦ blue 48

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

Shades of Crusoe #195530

Tints of Crusoe #195530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 15.82%
G = 53.8%
B = 30.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#195530 (or 0x195530) is known color: Crusoe. HEX triplet: 19, 55 and 30. RGB value is (25,85,48). Sum of RGB (Red+Green+Blue) = 25+85+48=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #195530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195530 is #E6AACF. Grayscale: #3E3E3E. Windows color (decimal): -15117008 or 3167513. OLE color: 3167513.

HSL color Cylindrical-coordinate representation of color #195530: hue angle of 143º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195530 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 85 48 -
CMYK 0.71 0 0.44 0.67
HSL 143º 0.55% 0.22% -
HSV(B) 143º 0.71% 0.33% -
XYZ 4.18 6.92 3.91 -
YUV 62.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 25 85 48 0.71 0 0.44 0.67 143 0.55 0.22
Hex 19 55 30 47 0 2C 43 8F 37 16
Octal 31 125 60 107 0 54 103 217 67 26
Binary 11001 1010101 110000 1000111 0 101100 1000011 10001111 110111 10110

Color Harmonies of #195530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195530

Black with #195530

Text Example


Text Example

White with #195530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195530; }

 p { color: rgb(25,85,48); }

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

background-color css

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

 a { background-color: rgb(25,85,48); }

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

border-color css

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

 span { border-color: rgb(25,85,48); }

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