Html Css Color HEX #388534 Japanese Laurel

📋 copy color: '#388534'

red 56 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #388534

Tints of Japanese Laurel #388534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.19%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 23.24%
G = 55.19%
B = 21.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#388534 (or 0x388534) is known color: Japanese Laurel. HEX triplet: 38, 85 and 34. RGB value is (56,133,52). Sum of RGB (Red+Green+Blue) = 56+133+52=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #388534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388534 is #C77ACB. Grayscale: #646464. Windows color (decimal): -13073100 or 3441976. OLE color: 3441976.

HSL color Cylindrical-coordinate representation of color #388534: hue angle of 117.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388534 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 52 -
CMYK 0.58 0 0.61 0.48
HSL 117.04º 0.44% 0.36% -
HSV(B) 117.04º 0.61% 0.52% -
XYZ 10.64 17.86 6.14 -
YUV 100.74 100.49 96.09 -
System Red Green Blue C M Y K H S L
Decimal 56 133 52 0.58 0 0.61 0.48 117.04 0.44 0.36
Hex 38 85 34 3A 0 3D 30 75 2C 24
Octal 70 205 64 72 0 75 60 165 54 44
Binary 111000 10000101 110100 111010 0 111101 110000 1110101 101100 100100

Color Harmonies of #388534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388534

Black with #388534

Text Example


Text Example

White with #388534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388534; }

 p { color: rgb(56,133,52); }

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

background-color css

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

 a { background-color: rgb(56,133,52); }

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

border-color css

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

 span { border-color: rgb(56,133,52); }

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