Html Css Color HEX #38783E Japanese Laurel

📋 copy color: '#38783E'

red 56 ◦ green 120 ◦ blue 62

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

Shades of Japanese Laurel #38783E

Tints of Japanese Laurel #38783E

RGB

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

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

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

R = 23.53%
G = 50.42%
B = 26.05%

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

#38783E (or 0x38783E) is known color: Japanese Laurel. HEX triplet: 38, 78 and 3E. RGB value is (56,120,62). Sum of RGB (Red+Green+Blue) = 56+120+62=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #38783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38783E is #C787C1. Grayscale: #5E5E5E. Windows color (decimal): -13076418 or 4094008. OLE color: 4094008.

HSL color Cylindrical-coordinate representation of color #38783E: hue angle of 125.62º 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 #38783E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 62 -
CMYK 0.53 0 0.48 0.53
HSL 125.63º 0.36% 0.35% -
HSV(B) 125.63º 0.53% 0.47% -
XYZ 9.22 14.62 6.89 -
YUV 94.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 56 120 62 0.53 0 0.48 0.53 125.63 0.36 0.35
Hex 38 78 3E 35 0 30 35 7E 24 23
Octal 70 170 76 65 0 60 65 176 44 43
Binary 111000 1111000 111110 110101 0 110000 110101 1111110 100100 100011

Color Harmonies of #38783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38783E

Black with #38783E

Text Example


Text Example

White with #38783E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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