Html Css Color HEX #38703E Japanese Laurel

📋 copy color: '#38703E'

red 56 ◦ green 112 ◦ blue 62

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

Shades of Japanese Laurel #38703E

Tints of Japanese Laurel #38703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.96%

R = 24.35%
G = 48.7%
B = 26.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#38703E (or 0x38703E) is known color: Japanese Laurel. HEX triplet: 38, 70 and 3E. RGB value is (56,112,62). Sum of RGB (Red+Green+Blue) = 56+112+62=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #38703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38703E is #C78FC1. Grayscale: #595959. Windows color (decimal): -13078466 or 4091960. OLE color: 4091960.

HSL color Cylindrical-coordinate representation of color #38703E: hue angle of 126.43º 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 #38703E is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 62 -
CMYK 0.50 0 0.45 0.56
HSL 126.43º 0.33% 0.33% -
HSV(B) 126.43º 0.5% 0.44% -
XYZ 8.29 12.78 6.59 -
YUV 89.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 56 112 62 0.50 0 0.45 0.56 126.43 0.33 0.33
Hex 38 70 3E 32 0 2D 38 7E 21 21
Octal 70 160 76 62 0 55 70 176 41 41
Binary 111000 1110000 111110 110010 0 101101 111000 1111110 100001 100001

Color Harmonies of #38703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38703E

Black with #38703E

Text Example


Text Example

White with #38703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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