Html Css Color HEX #388235 Japanese Laurel

📋 copy color: '#388235'

red 56 ◦ green 130 ◦ blue 53

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

Shades of Japanese Laurel #388235

Tints of Japanese Laurel #388235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.39%

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 23.43%
G = 54.39%
B = 22.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#388235 (or 0x388235) is known color: Japanese Laurel. HEX triplet: 38, 82 and 35. RGB value is (56,130,53). Sum of RGB (Red+Green+Blue) = 56+130+53=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #388235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388235 is #C77DCA. Grayscale: #636363. Windows color (decimal): -13073867 or 3506744. OLE color: 3506744.

HSL color Cylindrical-coordinate representation of color #388235: hue angle of 117.66º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388235 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 53 -
CMYK 0.57 0 0.59 0.49
HSL 117.66º 0.42% 0.36% -
HSV(B) 117.66º 0.59% 0.51% -
XYZ 10.26 17.06 6.12 -
YUV 99.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 56 130 53 0.57 0 0.59 0.49 117.66 0.42 0.36
Hex 38 82 35 39 0 3B 31 76 2A 24
Octal 70 202 65 71 0 73 61 166 52 44
Binary 111000 10000010 110101 111001 0 111011 110001 1110110 101010 100100

Color Harmonies of #388235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388235

Black with #388235

Text Example


Text Example

White with #388235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388235; }

 p { color: rgb(56,130,53); }

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

background-color css

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

 a { background-color: rgb(56,130,53); }

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

border-color css

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

 span { border-color: rgb(56,130,53); }

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