Html Css Color HEX #38663D Hunter Green

📋 copy color: '#38663D'

red 56 ◦ green 102 ◦ blue 61

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

Shades of Hunter Green #38663D

Tints of Hunter Green #38663D

RGB

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

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

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

R = 25.57%
G = 46.58%
B = 27.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#38663D (or 0x38663D) is known color: Hunter Green. HEX triplet: 38, 66 and 3D. RGB value is (56,102,61). Sum of RGB (Red+Green+Blue) = 56+102+61=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #38663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38663D is #C799C2. Grayscale: #535353. Windows color (decimal): -13081027 or 4023864. OLE color: 4023864.

HSL color Cylindrical-coordinate representation of color #38663D: hue angle of 126.52º 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 #38663D is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 61 -
CMYK 0.45 0 0.40 0.6
HSL 126.52º 0.29% 0.31% -
HSV(B) 126.52º 0.45% 0.4% -
XYZ 7.22 10.68 6.1 -
YUV 83.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 56 102 61 0.45 0 0.40 0.6 126.52 0.29 0.31
Hex 38 66 3D 2D 0 28 3C 7F 1D 1F
Octal 70 146 75 55 0 50 74 177 35 37
Binary 111000 1100110 111101 101101 0 101000 111100 1111111 11101 11111

Color Harmonies of #38663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38663D

Black with #38663D

Text Example


Text Example

White with #38663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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