Html Css Color HEX #388764 Viridian

📋 copy color: '#388764'

red 56 ◦ green 135 ◦ blue 100

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

Shades of Viridian #388764

Tints of Viridian #388764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.39%

 BLUE value IS 100 (39.45% from 255) = 34.36%

R = 19.24%
G = 46.39%
B = 34.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#388764 (or 0x388764) is known color: Viridian. HEX triplet: 38, 87 and 64. RGB value is (56,135,100). Sum of RGB (Red+Green+Blue) = 56+135+100=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #388764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388764 is #C7789B. Grayscale: #6B6B6B. Windows color (decimal): -13072540 or 6588216. OLE color: 6588216.

HSL color Cylindrical-coordinate representation of color #388764: hue angle of 153.42º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388764 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 100 -
CMYK 0.59 0 0.26 0.47
HSL 153.42º 0.41% 0.37% -
HSV(B) 153.42º 0.59% 0.53% -
XYZ 12.6 19.09 15.08 -
YUV 107.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 56 135 100 0.59 0 0.26 0.47 153.42 0.41 0.37
Hex 38 87 64 3B 0 1A 2F 99 29 25
Octal 70 207 144 73 0 32 57 231 51 45
Binary 111000 10000111 1100100 111011 0 11010 101111 10011001 101001 100101

Color Harmonies of #388764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388764

Black with #388764

Text Example


Text Example

White with #388764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388764; }

 p { color: rgb(56,135,100); }

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

background-color css

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

 a { background-color: rgb(56,135,100); }

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

border-color css

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

 span { border-color: rgb(56,135,100); }

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