Html Css Color HEX #38623C Hunter Green

📋 copy color: '#38623C'

red 56 ◦ green 98 ◦ blue 60

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

Shades of Hunter Green #38623C

Tints of Hunter Green #38623C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.79%

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

R = 26.17%
G = 45.79%
B = 28.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#38623C (or 0x38623C) is known color: Hunter Green. HEX triplet: 38, 62 and 3C. RGB value is (56,98,60). Sum of RGB (Red+Green+Blue) = 56+98+60=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #38623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38623C is #C79DC3. Grayscale: #515151. Windows color (decimal): -13082052 or 3957304. OLE color: 3957304.

HSL color Cylindrical-coordinate representation of color #38623C: hue angle of 125.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38623C is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 60 -
CMYK 0.43 0 0.39 0.62
HSL 125.71º 0.27% 0.3% -
HSV(B) 125.71º 0.43% 0.38% -
XYZ 6.81 9.9 5.83 -
YUV 81.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 56 98 60 0.43 0 0.39 0.62 125.71 0.27 0.3
Hex 38 62 3C 2B 0 27 3E 7E 1B 1E
Octal 70 142 74 53 0 47 76 176 33 36
Binary 111000 1100010 111100 101011 0 100111 111110 1111110 11011 11110

Color Harmonies of #38623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38623C

Black with #38623C

Text Example


Text Example

White with #38623C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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