Html Css Color HEX #165925 Crusoe

📋 copy color: '#165925'

red 22 ◦ green 89 ◦ blue 37

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

Shades of Crusoe #165925

Tints of Crusoe #165925

RGB

 RED value IS 22 (8.98% from 255) = 14.86%

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

 BLUE value IS 37 (14.84% from 255) = 25%

R = 14.86%
G = 60.14%
B = 25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#165925 (or 0x165925) is known color: Crusoe. HEX triplet: 16, 59 and 25. RGB value is (22,89,37). Sum of RGB (Red+Green+Blue) = 22+89+37=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #165925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165925 is #E9A6DA. Grayscale: #3F3F3F. Windows color (decimal): -15312603 or 2447638. OLE color: 2447638.

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

Color convert

RGB 22 89 37 -
CMYK 0.75 0 0.58 0.65
HSL 133.43º 0.6% 0.22% -
HSV(B) 133.43º 0.75% 0.35% -
XYZ 4.24 7.45 2.96 -
YUV 63.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 22 89 37 0.75 0 0.58 0.65 133.43 0.6 0.22
Hex 16 59 25 4B 0 3A 41 85 3C 16
Octal 26 131 45 113 0 72 101 205 74 26
Binary 10110 1011001 100101 1001011 0 111010 1000001 10000101 111100 10110

Color Harmonies of #165925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165925

Black with #165925

Text Example


Text Example

White with #165925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165925; }

 p { color: rgb(22,89,37); }

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

background-color css

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

 a { background-color: rgb(22,89,37); }

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

border-color css

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

 span { border-color: rgb(22,89,37); }

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