Html Css Color HEX #38623A Hunter Green

📋 copy color: '#38623A'

red 56 ◦ green 98 ◦ blue 58

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

Shades of Hunter Green #38623A

Tints of Hunter Green #38623A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 26.42%
G = 46.23%
B = 27.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#38623A (or 0x38623A) is known color: Hunter Green. HEX triplet: 38, 62 and 3A. RGB value is (56,98,58). Sum of RGB (Red+Green+Blue) = 56+98+58=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #38623A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38623A is #C79DC5. Grayscale: #515151. Windows color (decimal): -13082054 or 3826232. OLE color: 3826232.

HSL color Cylindrical-coordinate representation of color #38623A: hue angle of 122.86º 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 #38623A is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 58 -
CMYK 0.43 0 0.41 0.62
HSL 122.86º 0.27% 0.3% -
HSV(B) 122.86º 0.43% 0.38% -
XYZ 6.76 9.88 5.55 -
YUV 80.88 115.09 110.25 -
System Red Green Blue C M Y K H S L
Decimal 56 98 58 0.43 0 0.41 0.62 122.86 0.27 0.3
Hex 38 62 3A 2B 0 29 3E 7B 1B 1E
Octal 70 142 72 53 0 51 76 173 33 36
Binary 111000 1100010 111010 101011 0 101001 111110 1111011 11011 11110

Color Harmonies of #38623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38623A

Black with #38623A

Text Example


Text Example

White with #38623A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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