Html Css Color HEX #38703B Japanese Laurel

📋 copy color: '#38703B'

red 56 ◦ green 112 ◦ blue 59

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

Shades of Japanese Laurel #38703B

Tints of Japanese Laurel #38703B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 24.67%
G = 49.34%
B = 25.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#38703B (or 0x38703B) is known color: Japanese Laurel. HEX triplet: 38, 70 and 3B. RGB value is (56,112,59). Sum of RGB (Red+Green+Blue) = 56+112+59=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #38703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38703B is #C78FC4. Grayscale: #595959. Windows color (decimal): -13078469 or 3895352. OLE color: 3895352.

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

Color convert

RGB 56 112 59 -
CMYK 0.50 0 0.47 0.56
HSL 123.21º 0.33% 0.33% -
HSV(B) 123.21º 0.5% 0.44% -
XYZ 8.21 12.74 6.16 -
YUV 89.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 56 112 59 0.50 0 0.47 0.56 123.21 0.33 0.33
Hex 38 70 3B 32 0 2F 38 7B 21 21
Octal 70 160 73 62 0 57 70 173 41 41
Binary 111000 1110000 111011 110010 0 101111 111000 1111011 100001 100001

Color Harmonies of #38703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38703B

Black with #38703B

Text Example


Text Example

White with #38703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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