Html Css Color HEX #365F3D Hunter Green

📋 copy color: '#365F3D'

red 54 ◦ green 95 ◦ blue 61

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

Shades of Hunter Green #365F3D

Tints of Hunter Green #365F3D

RGB

 RED value IS 54 (21.48% from 255) = 25.71%

 GREEN value IS 95 (37.5% from 255) = 45.24%

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 25.71%
G = 45.24%
B = 29.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#365F3D (or 0x365F3D) is known color: Hunter Green. HEX triplet: 36, 5F and 3D. RGB value is (54,95,61). Sum of RGB (Red+Green+Blue) = 54+95+61=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #365F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F3D is #C9A0C2. Grayscale: #4E4E4E. Windows color (decimal): -13213891 or 4022070. OLE color: 4022070.

HSL color Cylindrical-coordinate representation of color #365F3D: hue angle of 130.24º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F3D is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 95 61 -
CMYK 0.43 0 0.36 0.63
HSL 130.24º 0.28% 0.29% -
HSV(B) 130.24º 0.43% 0.37% -
XYZ 6.46 9.31 5.87 -
YUV 78.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 54 95 61 0.43 0 0.36 0.63 130.24 0.28 0.29
Hex 36 5F 3D 2B 0 24 3F 82 1C 1D
Octal 66 137 75 53 0 44 77 202 34 35
Binary 110110 1011111 111101 101011 0 100100 111111 10000010 11100 11101

Color Harmonies of #365F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F3D

Black with #365F3D

Text Example


Text Example

White with #365F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365F3D; }

 p { color: rgb(54,95,61); }

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

background-color css

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

 a { background-color: rgb(54,95,61); }

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

border-color css

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

 span { border-color: rgb(54,95,61); }

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