Html Css Color HEX #388434 Japanese Laurel

📋 copy color: '#388434'

red 56 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #388434

Tints of Japanese Laurel #388434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55%

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

R = 23.33%
G = 55%
B = 21.67%

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

#388434 (or 0x388434) is known color: Japanese Laurel. HEX triplet: 38, 84 and 34. RGB value is (56,132,52). Sum of RGB (Red+Green+Blue) = 56+132+52=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #388434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388434 is #C77BCB. Grayscale: #646464. Windows color (decimal): -13073356 or 3441720. OLE color: 3441720.

HSL color Cylindrical-coordinate representation of color #388434: hue angle of 117º degrees, saturation: 0.43, 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 #388434 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 52 -
CMYK 0.58 0 0.61 0.48
HSL 117º 0.43% 0.36% -
HSV(B) 117º 0.61% 0.52% -
XYZ 10.5 17.59 6.09 -
YUV 100.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 56 132 52 0.58 0 0.61 0.48 117 0.43 0.36
Hex 38 84 34 3A 0 3D 30 75 2B 24
Octal 70 204 64 72 0 75 60 165 53 44
Binary 111000 10000100 110100 111010 0 111101 110000 1110101 101011 100100

Color Harmonies of #388434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388434

Black with #388434

Text Example


Text Example

White with #388434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388434; }

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

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

background-color css

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

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

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

border-color css

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

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

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