Html Css Color HEX #388634 Japanese Laurel

📋 copy color: '#388634'

red 56 ◦ green 134 ◦ blue 52

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

Shades of Japanese Laurel #388634

Tints of Japanese Laurel #388634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.37%

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

R = 23.14%
G = 55.37%
B = 21.49%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#388634 (or 0x388634) is known color: Japanese Laurel. HEX triplet: 38, 86 and 34. RGB value is (56,134,52). Sum of RGB (Red+Green+Blue) = 56+134+52=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #388634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388634 is #C779CB. Grayscale: #656565. Windows color (decimal): -13072844 or 3442232. OLE color: 3442232.

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

Color convert

RGB 56 134 52 -
CMYK 0.58 0 0.61 0.47
HSL 117.07º 0.44% 0.36% -
HSV(B) 117.07º 0.61% 0.53% -
XYZ 10.78 18.14 6.18 -
YUV 101.33 100.16 95.67 -
System Red Green Blue C M Y K H S L
Decimal 56 134 52 0.58 0 0.61 0.47 117.07 0.44 0.36
Hex 38 86 34 3A 0 3D 2F 75 2C 24
Octal 70 206 64 72 0 75 57 165 54 44
Binary 111000 10000110 110100 111010 0 111101 101111 1110101 101100 100100

Color Harmonies of #388634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388634

Black with #388634

Text Example


Text Example

White with #388634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388634; }

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

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

background-color css

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

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

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

border-color css

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

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

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