Html Css Color HEX #38883C Japanese Laurel

📋 copy color: '#38883C'

red 56 ◦ green 136 ◦ blue 60

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

Shades of Japanese Laurel #38883C

Tints of Japanese Laurel #38883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.97%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 22.22%
G = 53.97%
B = 23.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#38883C (or 0x38883C) is known color: Japanese Laurel. HEX triplet: 38, 88 and 3C. RGB value is (56,136,60). Sum of RGB (Red+Green+Blue) = 56+136+60=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #38883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38883C is #C777C3. Grayscale: #676767. Windows color (decimal): -13072324 or 3967032. OLE color: 3967032.

HSL color Cylindrical-coordinate representation of color #38883C: hue angle of 123º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38883C is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 60 -
CMYK 0.59 0 0.56 0.47
HSL 123º 0.42% 0.38% -
HSV(B) 123º 0.59% 0.53% -
XYZ 11.25 18.78 7.31 -
YUV 103.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 56 136 60 0.59 0 0.56 0.47 123 0.42 0.38
Hex 38 88 3C 3B 0 38 2F 7B 2A 26
Octal 70 210 74 73 0 70 57 173 52 46
Binary 111000 10001000 111100 111011 0 111000 101111 1111011 101010 100110

Color Harmonies of #38883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38883C

Black with #38883C

Text Example


Text Example

White with #38883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38883C; }

 p { color: rgb(56,136,60); }

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

background-color css

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

 a { background-color: rgb(56,136,60); }

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

border-color css

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

 span { border-color: rgb(56,136,60); }

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