Html Css Color HEX #38630F Verdun Green

📋 copy color: '#38630F'

red 56 ◦ green 99 ◦ blue 15

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

Shades of Verdun Green #38630F

Tints of Verdun Green #38630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.82%

R = 32.94%
G = 58.24%
B = 8.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#38630F (or 0x38630F) is known color: Verdun Green. HEX triplet: 38, 63 and 0F. RGB value is (56,99,15). Sum of RGB (Red+Green+Blue) = 56+99+15=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #38630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38630F is #C79CF0. Grayscale: #4C4C4C. Windows color (decimal): -13081841 or 1008440. OLE color: 1008440.

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

Color convert

RGB 56 99 15 -
CMYK 0.43 0 0.85 0.61
HSL 90.71º 0.74% 0.22% -
HSV(B) 90.71º 0.85% 0.39% -
XYZ 6.18 9.8 2.02 -
YUV 76.57 93.25 113.33 -
System Red Green Blue C M Y K H S L
Decimal 56 99 15 0.43 0 0.85 0.61 90.71 0.74 0.22
Hex 38 63 F 2B 0 55 3D 5B 4A 16
Octal 70 143 17 53 0 125 75 133 112 26
Binary 111000 1100011 1111 101011 0 1010101 111101 1011011 1001010 10110

Color Harmonies of #38630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38630F

Black with #38630F

Text Example


Text Example

White with #38630F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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