Html Css Color HEX #38703F Japanese Laurel

📋 copy color: '#38703F'

red 56 ◦ green 112 ◦ blue 63

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

Shades of Japanese Laurel #38703F

Tints of Japanese Laurel #38703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.48%

 BLUE value IS 63 (25% from 255) = 27.27%

R = 24.24%
G = 48.48%
B = 27.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#38703F (or 0x38703F) is known color: Japanese Laurel. HEX triplet: 38, 70 and 3F. RGB value is (56,112,63). Sum of RGB (Red+Green+Blue) = 56+112+63=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #38703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38703F is #C78FC0. Grayscale: #595959. Windows color (decimal): -13078465 or 4157496. OLE color: 4157496.

HSL color Cylindrical-coordinate representation of color #38703F: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38703F is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 63 -
CMYK 0.50 0 0.44 0.56
HSL 127.5º 0.33% 0.33% -
HSV(B) 127.5º 0.5% 0.44% -
XYZ 8.32 12.79 6.73 -
YUV 89.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 56 112 63 0.50 0 0.44 0.56 127.5 0.33 0.33
Hex 38 70 3F 32 0 2C 38 80 21 21
Octal 70 160 77 62 0 54 70 200 41 41
Binary 111000 1110000 111111 110010 0 101100 111000 10000000 100001 100001

Color Harmonies of #38703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38703F

Black with #38703F

Text Example


Text Example

White with #38703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,112,63); }

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

background-color css

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

 a { background-color: rgb(56,112,63); }

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

border-color css

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

 span { border-color: rgb(56,112,63); }

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