Html Css Color HEX #38783F Japanese Laurel

📋 copy color: '#38783F'

red 56 ◦ green 120 ◦ blue 63

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

Shades of Japanese Laurel #38783F

Tints of Japanese Laurel #38783F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.21%

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

R = 23.43%
G = 50.21%
B = 26.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#38783F (or 0x38783F) is known color: Japanese Laurel. HEX triplet: 38, 78 and 3F. RGB value is (56,120,63). Sum of RGB (Red+Green+Blue) = 56+120+63=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #38783F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38783F is #C787C0. Grayscale: #5E5E5E. Windows color (decimal): -13076417 or 4159544. OLE color: 4159544.

HSL color Cylindrical-coordinate representation of color #38783F: hue angle of 126.56º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38783F is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 63 -
CMYK 0.53 0 0.48 0.53
HSL 126.56º 0.36% 0.35% -
HSV(B) 126.56º 0.53% 0.47% -
XYZ 9.24 14.63 7.04 -
YUV 94.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 56 120 63 0.53 0 0.48 0.53 126.56 0.36 0.35
Hex 38 78 3F 35 0 30 35 7F 24 23
Octal 70 170 77 65 0 60 65 177 44 43
Binary 111000 1111000 111111 110101 0 110000 110101 1111111 100100 100011

Color Harmonies of #38783F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38783F

Black with #38783F

Text Example


Text Example

White with #38783F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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