Html Css Color HEX #38663C Hunter Green

📋 copy color: '#38663C'

red 56 ◦ green 102 ◦ blue 60

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

Shades of Hunter Green #38663C

Tints of Hunter Green #38663C

RGB

 RED value IS 56 (22.27% from 255) = 25.69%

 GREEN value IS 102 (40.23% from 255) = 46.79%

 BLUE value IS 60 (23.83% from 255) = 27.52%

R = 25.69%
G = 46.79%
B = 27.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#38663C (or 0x38663C) is known color: Hunter Green. HEX triplet: 38, 66 and 3C. RGB value is (56,102,60). Sum of RGB (Red+Green+Blue) = 56+102+60=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #38663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38663C is #C799C3. Grayscale: #535353. Windows color (decimal): -13081028 or 3958328. OLE color: 3958328.

HSL color Cylindrical-coordinate representation of color #38663C: hue angle of 125.22º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38663C is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 60 -
CMYK 0.45 0 0.41 0.6
HSL 125.22º 0.29% 0.31% -
HSV(B) 125.22º 0.45% 0.4% -
XYZ 7.2 10.67 5.96 -
YUV 83.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 56 102 60 0.45 0 0.41 0.6 125.22 0.29 0.31
Hex 38 66 3C 2D 0 29 3C 7D 1D 1F
Octal 70 146 74 55 0 51 74 175 35 37
Binary 111000 1100110 111100 101101 0 101001 111100 1111101 11101 11111

Color Harmonies of #38663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38663C

Black with #38663C

Text Example


Text Example

White with #38663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38663C; }

 p { color: rgb(56,102,60); }

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

background-color css

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

 a { background-color: rgb(56,102,60); }

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

border-color css

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

 span { border-color: rgb(56,102,60); }

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