Html Css Color HEX #38693D Hunter Green

📋 copy color: '#38693D'

red 56 ◦ green 105 ◦ blue 61

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

Shades of Hunter Green #38693D

Tints of Hunter Green #38693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.3%

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

R = 25.23%
G = 47.3%
B = 27.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#38693D (or 0x38693D) is known color: Hunter Green. HEX triplet: 38, 69 and 3D. RGB value is (56,105,61). Sum of RGB (Red+Green+Blue) = 56+105+61=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #38693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38693D is #C796C2. Grayscale: #555555. Windows color (decimal): -13080259 or 4024632. OLE color: 4024632.

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

Color convert

RGB 56 105 61 -
CMYK 0.47 0 0.42 0.59
HSL 126.12º 0.3% 0.32% -
HSV(B) 126.12º 0.47% 0.41% -
XYZ 7.52 11.28 6.2 -
YUV 85.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 56 105 61 0.47 0 0.42 0.59 126.12 0.3 0.32
Hex 38 69 3D 2F 0 2A 3B 7E 1E 20
Octal 70 151 75 57 0 52 73 176 36 40
Binary 111000 1101001 111101 101111 0 101010 111011 1111110 11110 100000

Color Harmonies of #38693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38693D

Black with #38693D

Text Example


Text Example

White with #38693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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