Html Css Color HEX #38693C Hunter Green

📋 copy color: '#38693C'

red 56 ◦ green 105 ◦ blue 60

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

Shades of Hunter Green #38693C

Tints of Hunter Green #38693C

RGB

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

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

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

R = 25.34%
G = 47.51%
B = 27.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#38693C (or 0x38693C) is known color: Hunter Green. HEX triplet: 38, 69 and 3C. RGB value is (56,105,60). Sum of RGB (Red+Green+Blue) = 56+105+60=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #38693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38693C is #C796C3. Grayscale: #555555. Windows color (decimal): -13080260 or 3959096. OLE color: 3959096.

HSL color Cylindrical-coordinate representation of color #38693C: hue angle of 124.9º 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 #38693C is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 60 -
CMYK 0.47 0 0.43 0.59
HSL 124.9º 0.3% 0.32% -
HSV(B) 124.9º 0.47% 0.41% -
XYZ 7.5 11.27 6.06 -
YUV 85.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 56 105 60 0.47 0 0.43 0.59 124.9 0.3 0.32
Hex 38 69 3C 2F 0 2B 3B 7D 1E 20
Octal 70 151 74 57 0 53 73 175 36 40
Binary 111000 1101001 111100 101111 0 101011 111011 1111101 11110 100000

Color Harmonies of #38693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38693C

Black with #38693C

Text Example


Text Example

White with #38693C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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