Html Css Color HEX #38693B Hunter Green

📋 copy color: '#38693B'

red 56 ◦ green 105 ◦ blue 59

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

Shades of Hunter Green #38693B

Tints of Hunter Green #38693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.82%

R = 25.45%
G = 47.73%
B = 26.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#38693B (or 0x38693B) is known color: Hunter Green. HEX triplet: 38, 69 and 3B. RGB value is (56,105,59). Sum of RGB (Red+Green+Blue) = 56+105+59=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #38693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38693B is #C796C4. Grayscale: #555555. Windows color (decimal): -13080261 or 3893560. OLE color: 3893560.

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

Color convert

RGB 56 105 59 -
CMYK 0.47 0 0.44 0.59
HSL 123.67º 0.3% 0.32% -
HSV(B) 123.67º 0.47% 0.41% -
XYZ 7.47 11.26 5.92 -
YUV 85.11 113.27 107.24 -
System Red Green Blue C M Y K H S L
Decimal 56 105 59 0.47 0 0.44 0.59 123.67 0.3 0.32
Hex 38 69 3B 2F 0 2C 3B 7C 1E 20
Octal 70 151 73 57 0 54 73 174 36 40
Binary 111000 1101001 111011 101111 0 101100 111011 1111100 11110 100000

Color Harmonies of #38693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38693B

Black with #38693B

Text Example


Text Example

White with #38693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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