Html Css Color HEX #164130 Sherwood Green

📋 copy color: '#164130'

red 22 ◦ green 65 ◦ blue 48

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

Shades of Sherwood Green #164130

Tints of Sherwood Green #164130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.15%

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

R = 16.3%
G = 48.15%
B = 35.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#164130 (or 0x164130) is known color: Sherwood Green. HEX triplet: 16, 41 and 30. RGB value is (22,65,48). Sum of RGB (Red+Green+Blue) = 22+65+48=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #164130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164130 is #E9BECF. Grayscale: #323232. Windows color (decimal): -15318736 or 3162390. OLE color: 3162390.

HSL color Cylindrical-coordinate representation of color #164130: hue angle of 156.28º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164130 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 65 48 -
CMYK 0.66 0 0.26 0.75
HSL 156.28º 0.49% 0.17% -
HSV(B) 156.28º 0.66% 0.25% -
XYZ 2.75 4.16 3.45 -
YUV 50.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 22 65 48 0.66 0 0.26 0.75 156.28 0.49 0.17
Hex 16 41 30 42 0 1A 4B 9C 31 11
Octal 26 101 60 102 0 32 113 234 61 21
Binary 10110 1000001 110000 1000010 0 11010 1001011 10011100 110001 10001

Color Harmonies of #164130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164130

Black with #164130

Text Example


Text Example

White with #164130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164130; }

 p { color: rgb(22,65,48); }

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

background-color css

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

 a { background-color: rgb(22,65,48); }

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

border-color css

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

 span { border-color: rgb(22,65,48); }

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