Html Css Color HEX #38923C Japanese Laurel

📋 copy color: '#38923C'

red 56 ◦ green 146 ◦ blue 60

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

Shades of Japanese Laurel #38923C

Tints of Japanese Laurel #38923C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.73%

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

R = 21.37%
G = 55.73%
B = 22.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#38923C (or 0x38923C) is known color: Japanese Laurel. HEX triplet: 38, 92 and 3C. RGB value is (56,146,60). Sum of RGB (Red+Green+Blue) = 56+146+60=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #38923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38923C is #C76DC3. Grayscale: #6D6D6D. Windows color (decimal): -13069764 or 3969592. OLE color: 3969592.

HSL color Cylindrical-coordinate representation of color #38923C: hue angle of 122.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38923C is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 60 -
CMYK 0.62 0 0.59 0.43
HSL 122.67º 0.45% 0.4% -
HSV(B) 122.67º 0.62% 0.57% -
XYZ 12.73 21.72 7.8 -
YUV 109.29 100.18 89.99 -
System Red Green Blue C M Y K H S L
Decimal 56 146 60 0.62 0 0.59 0.43 122.67 0.45 0.4
Hex 38 92 3C 3E 0 3B 2B 7B 2D 28
Octal 70 222 74 76 0 73 53 173 55 50
Binary 111000 10010010 111100 111110 0 111011 101011 1111011 101101 101000

Color Harmonies of #38923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38923C

Black with #38923C

Text Example


Text Example

White with #38923C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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