Html Css Color HEX #38583C Hunter Green

📋 copy color: '#38583C'

red 56 ◦ green 88 ◦ blue 60

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

Shades of Hunter Green #38583C

Tints of Hunter Green #38583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

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

R = 27.45%
G = 43.14%
B = 29.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#38583C (or 0x38583C) is known color: Hunter Green. HEX triplet: 38, 58 and 3C. RGB value is (56,88,60). Sum of RGB (Red+Green+Blue) = 56+88+60=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #38583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38583C is #C7A7C3. Grayscale: #4B4B4B. Windows color (decimal): -13084612 or 3954744. OLE color: 3954744.

HSL color Cylindrical-coordinate representation of color #38583C: hue angle of 127.5º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38583C is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 88 60 -
CMYK 0.36 0 0.32 0.65
HSL 127.5º 0.22% 0.28% -
HSV(B) 127.5º 0.36% 0.35% -
XYZ 5.94 8.15 5.53 -
YUV 75.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 56 88 60 0.36 0 0.32 0.65 127.5 0.22 0.28
Hex 38 58 3C 24 0 20 41 80 16 1C
Octal 70 130 74 44 0 40 101 200 26 34
Binary 111000 1011000 111100 100100 0 100000 1000001 10000000 10110 11100

Color Harmonies of #38583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38583C

Black with #38583C

Text Example


Text Example

White with #38583C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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