Html Css Color HEX #38683D Hunter Green

📋 copy color: '#38683D'

red 56 ◦ green 104 ◦ blue 61

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

Shades of Hunter Green #38683D

Tints of Hunter Green #38683D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

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

R = 25.34%
G = 47.06%
B = 27.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#38683D (or 0x38683D) is known color: Hunter Green. HEX triplet: 38, 68 and 3D. RGB value is (56,104,61). Sum of RGB (Red+Green+Blue) = 56+104+61=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #38683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38683D is #C797C2. Grayscale: #545454. Windows color (decimal): -13080515 or 4024376. OLE color: 4024376.

HSL color Cylindrical-coordinate representation of color #38683D: hue angle of 126.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38683D is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 61 -
CMYK 0.46 0 0.41 0.59
HSL 126.25º 0.3% 0.31% -
HSV(B) 126.25º 0.46% 0.41% -
XYZ 7.42 11.08 6.16 -
YUV 84.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 56 104 61 0.46 0 0.41 0.59 126.25 0.3 0.31
Hex 38 68 3D 2E 0 29 3B 7E 1E 1F
Octal 70 150 75 56 0 51 73 176 36 37
Binary 111000 1101000 111101 101110 0 101001 111011 1111110 11110 11111

Color Harmonies of #38683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38683D

Black with #38683D

Text Example


Text Example

White with #38683D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38683D; }

 p { color: rgb(56,104,61); }

 H1.HeaderClassName
 {
   color: #38683D;
 }
 .AnyTagClassName
 {
   color: #38683D;
 }
</style>

background-color css

<style>
 a { background-color: #38683D; }

 a { background-color: rgb(56,104,61); }

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

border-color css

<style>
 span { border-color: #38683D; }

 span { border-color: rgb(56,104,61); }

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