Html Css Color HEX #38680A Verdun Green

📋 copy color: '#38680A'

red 56 ◦ green 104 ◦ blue 10

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

Shades of Verdun Green #38680A

Tints of Verdun Green #38680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.88%

R = 32.94%
G = 61.18%
B = 5.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#38680A (or 0x38680A) is known color: Verdun Green. HEX triplet: 38, 68 and 0A. RGB value is (56,104,10). Sum of RGB (Red+Green+Blue) = 56+104+10=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #38680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38680A is #C797F5. Grayscale: #4F4F4F. Windows color (decimal): -13080566 or 682040. OLE color: 682040.

HSL color Cylindrical-coordinate representation of color #38680A: hue angle of 90.64º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38680A is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 10 -
CMYK 0.46 0 0.90 0.59
HSL 90.64º 0.82% 0.22% -
HSV(B) 90.64º 0.9% 0.41% -
XYZ 6.64 10.76 2.01 -
YUV 78.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 56 104 10 0.46 0 0.90 0.59 90.64 0.82 0.22
Hex 38 68 A 2E 0 5A 3B 5B 52 16
Octal 70 150 12 56 0 132 73 133 122 26
Binary 111000 1101000 1010 101110 0 1011010 111011 1011011 1010010 10110

Color Harmonies of #38680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38680A

Black with #38680A

Text Example


Text Example

White with #38680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38680A; }

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

 H1.HeaderClassName
 {
   color: #38680A;
 }
 .AnyTagClassName
 {
   color: #38680A;
 }
</style>

background-color css

<style>
 a { background-color: #38680A; }

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

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

border-color css

<style>
 span { border-color: #38680A; }

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

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