Html Css Color HEX #388036 Japanese Laurel

📋 copy color: '#388036'

red 56 ◦ green 128 ◦ blue 54

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

Shades of Japanese Laurel #388036

Tints of Japanese Laurel #388036

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.78%

 BLUE value IS 54 (21.48% from 255) = 22.69%

R = 23.53%
G = 53.78%
B = 22.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#388036 (or 0x388036) is known color: Japanese Laurel. HEX triplet: 38, 80 and 36. RGB value is (56,128,54). Sum of RGB (Red+Green+Blue) = 56+128+54=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #388036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388036 is #C77FC9. Grayscale: #626262. Windows color (decimal): -13074378 or 3571768. OLE color: 3571768.

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

Color convert

RGB 56 128 54 -
CMYK 0.56 0 0.58 0.50
HSL 118.38º 0.41% 0.36% -
HSV(B) 118.38º 0.58% 0.5% -
XYZ 10.02 16.55 6.16 -
YUV 98.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 56 128 54 0.56 0 0.58 0.50 118.38 0.41 0.36
Hex 38 80 36 38 0 3A 32 76 29 24
Octal 70 200 66 70 0 72 62 166 51 44
Binary 111000 10000000 110110 111000 0 111010 110010 1110110 101001 100100

Color Harmonies of #388036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388036

Black with #388036

Text Example


Text Example

White with #388036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388036; }

 p { color: rgb(56,128,54); }

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

background-color css

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

 a { background-color: rgb(56,128,54); }

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

border-color css

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

 span { border-color: rgb(56,128,54); }

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