Html Css Color HEX #33923C Japanese Laurel

📋 copy color: '#33923C'

red 51 ◦ green 146 ◦ blue 60

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

Shades of Japanese Laurel #33923C

Tints of Japanese Laurel #33923C

RGB

 RED value IS 51 (20.31% from 255) = 19.84%

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

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

R = 19.84%
G = 56.81%
B = 23.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#33923C (or 0x33923C) is known color: Japanese Laurel. HEX triplet: 33, 92 and 3C. RGB value is (51,146,60). Sum of RGB (Red+Green+Blue) = 51+146+60=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #33923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33923C is #CC6DC3. Grayscale: #6C6C6C. Windows color (decimal): -13397444 or 3969587. OLE color: 3969587.

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

Color convert

RGB 51 146 60 -
CMYK 0.65 0 0.59 0.43
HSL 125.68º 0.48% 0.39% -
HSV(B) 125.68º 0.65% 0.57% -
XYZ 12.46 21.59 7.79 -
YUV 107.79 101.03 87.49 -
System Red Green Blue C M Y K H S L
Decimal 51 146 60 0.65 0 0.59 0.43 125.68 0.48 0.39
Hex 33 92 3C 41 0 3B 2B 7E 30 27
Octal 63 222 74 101 0 73 53 176 60 47
Binary 110011 10010010 111100 1000001 0 111011 101011 1111110 110000 100111

Color Harmonies of #33923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33923C

Black with #33923C

Text Example


Text Example

White with #33923C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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