Html Css Color HEX #38630D Verdun Green

📋 copy color: '#38630D'

red 56 ◦ green 99 ◦ blue 13

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

Shades of Verdun Green #38630D

Tints of Verdun Green #38630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.93%

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 33.33%
G = 58.93%
B = 7.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#38630D (or 0x38630D) is known color: Verdun Green. HEX triplet: 38, 63 and 0D. RGB value is (56,99,13). Sum of RGB (Red+Green+Blue) = 56+99+13=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #38630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38630D is #C79CF2. Grayscale: #4C4C4C. Windows color (decimal): -13081843 or 877368. OLE color: 877368.

HSL color Cylindrical-coordinate representation of color #38630D: hue angle of 90º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38630D is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 99 13 -
CMYK 0.43 0 0.87 0.61
HSL 90º 0.77% 0.22% -
HSV(B) 90º 0.87% 0.39% -
XYZ 6.17 9.79 1.95 -
YUV 76.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 56 99 13 0.43 0 0.87 0.61 90 0.77 0.22
Hex 38 63 D 2B 0 57 3D 5A 4D 16
Octal 70 143 15 53 0 127 75 132 115 26
Binary 111000 1100011 1101 101011 0 1010111 111101 1011010 1001101 10110

Color Harmonies of #38630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38630D

Black with #38630D

Text Example


Text Example

White with #38630D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,99,13); }

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

background-color css

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

 a { background-color: rgb(56,99,13); }

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

border-color css

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

 span { border-color: rgb(56,99,13); }

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